-
-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update passenger rpm gpg key #1408
Conversation
nginx::package::redhat is a classthat may have no external impact to Forge modules. This module is declared in 10 of 575 indexed public
|
It's not just the gpg key. https://oss-binaries.phusionpassenger.com/yum/passenger/el/6/x86_64/ contains nginx packages, but https://oss-binaries.phusionpassenger.com/yum/passenger/el/7/x86_64/ doesn't. |
https://blog.phusion.nl/2020/05/29/passenger-6-0-5/ "Passenger 6.0.5 also changes how the Nginx packages on CentOS 7 work. We now provide a dynamic module instead of a full Nginx install, which integrates with the Nginx package available from the EPEL repo." |
92229b8
to
1588c83
Compare
without this change, we see the following error since november 2019: ``` passenger/7/x86_64/ Retrieving key from https://packagecloud.io/phusion/passenger/gpgkey passenger/7/x86_64/ https://oss-binaries.phusionpassenger.com/yum/passenger/el/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml signature could not be verified for passenger Trying other mirror. ``` Also, since passenger 6.0.5, phusion stopped shipping their own nginx packages in their repo for CentOS 7. Instead they rely on the nginx from epel.
gem 'coveralls', :require => false | ||
gem 'simplecov-console', :require => false | ||
gem 'rspec-puppet-facts', :require => false, :git => 'https://github.com/mcanevet/rspec-puppet-facts', :ref => '9541292d4fc35db3be1badace673c1108154b571' | ||
gem 'rspec-puppet-facts', '2.0.0', :require => false | ||
gem 'facterdb', '1.4.0', :require => false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The next modulesync will overwrite this file, but these are the versions we'll end up with. I needed to get them in here for the build not to hit the 50 minute travis timeout.
Update passenger rpm gpg key
without this change, we see the following error since november 2019: